home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6984 / 6984.xpi / chrome / lazarus.jar / content / about.js next >
Text File  |  2009-11-24  |  169b  |  9 lines

  1.  
  2. /**
  3. */
  4. function onLoad(){
  5.     sizeToContent();
  6.     Lazarus.$("lazarus-version").setAttribute("value", Lazarus.getVersionStr() +" ["+ Lazarus.build +"]"); 
  7. }
  8.